//==============================================================================
define glow
{
    set hotspot
    {
        version
        {
		    Visualparticle SFX Gaia Tree Glow
        }
    }
}

//==============================================================================
define radius
{
    set hotspot
    {
        version
        {
		    Visualparticle SFX Gaia Tree Radius
        }
    }
}

//==============================================================================
define pulse
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Gaia Tree Pulse
        }
    }
}

//==============================================================================
anim birth
{
    SetSelector
    {
        set hotspot
        {
            version
            {
                Visual World G Aspen E_Grow
                tag SpecificSoundSet 0.76 false GaiaForestSprout checkVisible
				connect hotspot radius hotspot
				connect hotspot pulse hotspot
				connect hotspot glow hotspot
	 	 	    length 2.0
            }
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector
    {
        set hotspot
        {
            version
            {
                Visual World G Aspen E
				connect hotspot radius hotspot
				connect hotspot pulse hotspot
				connect hotspot glow hotspot
            }
        }
    }
}

//==============================================================================
anim death
{
    SetSelector
    {
        set hotspot
        {
            version
            {
                Visual World G Aspen E_falling
                tag SpecificSoundSet 0.29 false TreeFalling checkVisible
				length 2.4
            }
        }
    }
}
